.inside-banner .info-02 {
    /*font-size: 14px;*/
    width: 524px;
}
.img{
    float: right;
    margin-right: 0px;
}
.box .text{
    float: left;
}
.row1{
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    margin-bottom: 40px;
}
.row2{
    display: flex;
    justify-content: space-between;
}
.cow{
    width: 409px;
    height: 248px;
    position: relative;
    text-align: center;
}
.cow-tit{
    font-size: 18px;
    color: #333333;
}
.myline{
    width: 54px;
    height: 3px;
    background: #ED6827;
    margin: 0 auto;
    margin-top: 14px;
}
.lines{
    width: 54px;
    height: 3px;
    background: #ED6827;
    margin: 0 auto;
    margin-top: 18px;
}
.cow-txt{
    width: 307px;
    height: 58px;
    font-size: 14px;
    color: #8A8A8A;
    margin: 0 auto;

    margin-top: 26px;
}
.cow:hover{
    box-shadow: 0px 63px 54px 0px rgba(4, 0, 0, 0.08);
    border-radius: 1px;
}
.inside-title{
    margin-top: 50px;
}
.tab-pro .nav{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}
.nav-tag{
    width: 200px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.myactive{
    border-bottom: 3px solid #EC6826;
}
.tag-main{
    position: relative;
    padding: 50px 60px;
    box-shadow: 0px 18px 54px 0px rgba(4, 0, 0, 0.08);
}
.tab-pro{
    background: #F5F5F5;
    padding-bottom: 105px;
}
.btitle{
    padding-top: 63px;
    padding-bottom: 35px;
    font-size: 24px;
}
.nav-tag{
    cursor: pointer;
}
.btn-tit{
    font-size: 30px;
    color: #333333;
}
.btn-txt{
    font-size: 15px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 50px;
}
.btn-main{
    width: 221px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    background: #ED6827;
    cursor: pointer;
    margin-bottom: 58px;
}
.btn{
    padding-top: 61px;
}
.tag-m{
    width: 460px;
    float: right;
    font-size: 14px;
    color: #8A8A8A;
    margin-top: 20px;
}
.w1{
    width: 329px;
}
.w2{
    width: 362px;
}
/* .pdis{
    display: none;
} */
@media screen and (max-width: 768px){
    .text {
        float: none;
        margin-top: 0px;
    }
    .row1{
        flex-direction: column;
    }
    .row2{
        flex-direction: column;
    }
    .cow{
        width: auto;
        margin: 20px 0;
    }
    /* .cow:hover{
        box-shadow: none;
    } */
    .tag-m{
        font-size: 14px;
        color: #8A8A8A;
        margin-top: 20px;
        float: none;
        width: auto;
        padding: 0 10px;
    }
    .tag-main{
        padding: 20px 0;
        overflow: hidden;
    }
    .dis{
        display: none;
    }
    .pdis{
        display: block;
    }
    .tab-pro{
        padding-bottom: 20px;
    }
    .inside-banner-m .info{
        word-break: break-all;
    }

}
